@charset "utf-8";
/* css 重置 */
.iProBanner ul,.iProBanner li{margin:0; padding:0; list-style:none;}
.iProBanner img{ border:0;  }
.iProBanner a{ text-decoration:none;}

/* 本例子css */
.iProBanner{ 
    width: 100%;
    /* min-width: 1318px; */
    height: 475px;
    overflow: hidden;
    position: relative;
    background: #fff;

}  /* 修改 高度，         修改 最少宽度【暂时不修改】 */


.iProBanner .bd{ position:relative; height:100%; z-index:0;   }
.iProBanner .bd li{ zoom:1; vertical-align:middle; }


.iProBanner .hd {
    position: absolute;
    top: 660px;
    left: 48%;
}

.iProBanner .hd ul{ overflow:hidden; zoom:1; float:left;  }


.iProBanner .hd ul li{
    float: left;
    width: 24px;
    height: 11px;
    cursor: pointer;
    margin-right: 10px;
    background: #bfbfbf;
}

.iProBanner .hd ul li.on{
    background: #0c70bb;
}


.iProBanner .bd a.prev,
.iProBanner .bd a.next {
    display: block;
    width: 19px;
    height: 33px;
    position: absolute;
    cursor: pointer;
    background: url(/PC/images/bt_36.png) no-repeat;
    top: 210px;
    z-index: 500;
}





.iProBanner .bd a.prev {
	left:8px;
	background-position-x:-19px;
}


.iProBanner .bd a.prev:hover {
	background-position-x:0;
}


.iProBanner .bd a.next {
	right:8px;
	background-position-x:-38px;
}

.iProBanner .bd a.next:hover {
	background-position-x:-57px;
}





/* 自行修改 */

.iProBanner .bd ul li .dl_2 {
	padding:20px;
	width:1080px;
}


.iProBanner .bd ul li .sub_left img {
	display:block;
}

.iProBanner .bd ul li dd .s_4 img {
border-radius:5px; border:1px solid #ccc;
	margin-right:10px;

}


.iProBanner .bd ul li .dl_2.clear .sub_left {
	width: 435px;
}
.iProBanner .bd ul li .dl_2.clear .sub_right {
    width: 570px;
	padding-top:30px;
}
.iProBanner .bd ul li .dl_2.clear .sub_right a.proName {
    display: block;
    color: #0c70bb;
    font-weight: bold;
    font-size: 32px;
    padding-bottom: 10px;
}


.iProBanner .bd ul li .dl_2.clear .sub_right .s_2 {
	width: 35px;
	border-top: 4px solid #252525;
}




.iProBanner .bd ul li .dl_2.clear .sub_right .s_3 {
    padding: 20px 0;
}

.iProBanner .bd ul li .dl_2.clear .sub_right .s_3,
.iProBanner .bd ul li .dl_2.clear .sub_right .s_3 p,
.iProBanner .bd ul li .dl_2.clear .sub_right .s_3 span,
.iProBanner .bd ul li .dl_2.clear .sub_right .s_3 td {
    font-size: 17px !important;
    line-height: 220% !important;
}

.iProBanner .bd ul li .dl_2.clear .sub_right .s_3 p {
    margin: 0 !important;
    padding: 0 !important;
}


.iProBanner .bd ul li .dl_2.clear .sub_right .s_5 {
	padding-top:40px;
}


.iProBanner .bd ul li .dl_2.clear .sub_right .s_5 a {
	display:inline-block;
	margin-right:10px;
	border-radius:5px;
	line-height:43px;
	width:166px;
	text-align:center;
	font-size:17px;
	color:#fff;
}

.iProBanner .bd ul li .dl_2.clear .sub_right .s_5 a.bt_1 {
	background:#0c70bb;
}

.iProBanner .bd ul li .dl_2.clear .sub_right .s_5 a.bt_2 {
	background:#252525;
}

